home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / texts / amyfaqg.lha / AmigaFAQ / programmer / pragmas / timer_lib.h < prev    next >
C/C++ Source or Header  |  1994-07-28  |  396b  |  15 lines

  1. #ifndef PRAGMAS_TIMER_LIB_H
  2. #define PRAGMAS_TIMER_LIB_H
  3.  
  4. #ifndef CLIB_TIMER_PROTOS_H
  5. #include <clib/timer_protos.h>
  6. #endif
  7.  
  8. #pragma amicall(TimerBase,0x2a,AddTime(a0,a1))
  9. #pragma amicall(TimerBase,0x30,SubTime(a0,a1))
  10. #pragma amicall(TimerBase,0x36,CmpTime(a0,a1))
  11. #pragma amicall(TimerBase,0x3c,ReadEClock(a0))
  12. #pragma amicall(TimerBase,0x42,GetSysTime(a0))
  13.  
  14. #endif  /*  PRAGMAS_TIMER_LIB_H  */
  15.